home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / frameser.sit / FrameServer.cgi ƒ / README!!!! < prev    next >
Text File  |  1995-03-24  |  3KB  |  36 lines

  1. About FrameServer.cgi
  2.  
  3. Copyright 1995 Roel Vertegaal, Dept. of Ergonomics, University of Twente, Netherlands. <R.Vertegaal@wmw.utwente.nl>
  4.  
  5. What is it?
  6.  
  7. If you have a camera attached to your Macintosh computer, FrameServer will provide your WWW home pages with the option for outside webbers to look into your office. Whenever someone clicks the FrameServer hyperlink on your home page, you hear a knock on the door, and 2 seconds later a photograph is made, which gets saved as a jpeg file on your hard disk, to which a reference is sent to whomever clicked the hyperlink. FrameServer can be used in conjunction with MacHTTP 2.0 (or other CGI AppleScript compliant) WorldWideWeb Server software running on Macintosh computers. 
  8.  
  9. How does it work?
  10.  
  11. The software uses the Common Gateway Interface standard, and is operated via Apple Events (thanks to Jon Wiederspan for his excellent example code!). FrameServer runs in the background, but only when a photograph is being taken (it starts up and quits automatically when some clicks its hyperlink). So you will never notice its use (apart from the annoying knocks on the door). If you are using all your memory for, say, Photoshop, FrameServer will simply not run, and an error message will be sent to the webber trying to enter your office.
  12.  
  13. Installation
  14.  
  15. Installing is simple. Put the application in the same folder as MacHTTP 2.0. Then put the following html code in your home page html document:
  16.  
  17. Have a look in my <A HREF="/FrameServer.cgi$/office.jpeg">office</A>
  18.  
  19. The path in front of the $ dollar sign tells MacHTTP where to find the FrameServer application, the path after the $ dollar sign tells FrameServer where to put the jpeg file containing your picture. Make sure that the directory where the jpeg file is put is accessible from the web (i.e., within the MacHTTP folder hierarchy)!
  20.  
  21. As an example of its use, check out my home page: http://reddwarf.utwente.nl/
  22. And please, don't knock on my door too often.... :-)
  23.  
  24. Memory usage
  25.  
  26. It depends on how many colors your default screen has. Mine is 16 bits color, so I've put the memory partition up to 1 MB, just to play safe. Try out what works best for your configuration. It might well do with less than 750 K in your circumstances.
  27.  
  28. DISCLAIMERS
  29.  
  30. This software comes on an as-is basis. The author does not accept any liability whatsoever for damage resulting from its use.
  31.  
  32. FrameServer is e-mail-ware. If you use this software, please send me an e-mail with the URL of the web page where FrameServer is utilized. 
  33.  
  34. Non-commercial utilization only! The software may not be sold or in any other way used in a profitable manner without my prior consent. This software may not be distributed without this read me file.
  35.  
  36. I will not answer questions by e-mail which clearly demonstrate that you did not read this read-me file carefully.